[INFO] cloning repository https://github.com/omaraboumrad/gh-tui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/omaraboumrad/gh-tui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fomaraboumrad%2Fgh-tui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fomaraboumrad%2Fgh-tui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fcb455ece5747196582aca9d1a00ad9e659e31fd
[INFO] checking omaraboumrad/gh-tui against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fomaraboumrad%2Fgh-tui" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/omaraboumrad/gh-tui
[INFO] finished tweaking git repo https://github.com/omaraboumrad/gh-tui
[INFO] tweaked toml for git repo https://github.com/omaraboumrad/gh-tui written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/omaraboumrad/gh-tui on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/omaraboumrad/gh-tui already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crokey v1.3.0
[INFO] [stderr]   Downloaded open v5.3.3
[INFO] [stderr]   Downloaded crokey-proc_macros v1.3.0
[INFO] [stderr]   Downloaded lazy-regex-proc_macros v3.5.1
[INFO] [stderr]   Downloaded lazy-regex v3.5.1
[INFO] [stderr]   Downloaded octocrab v0.41.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7fdac12d5c34441f4e044e7cb88c9c9ee027b1ead6a558f669047180576aeca4
[INFO] running `Command { std: "docker" "start" "7fdac12d5c34441f4e044e7cb88c9c9ee027b1ead6a558f669047180576aeca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7fdac12d5c34441f4e044e7cb88c9c9ee027b1ead6a558f669047180576aeca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7fdac12d5c34441f4e044e7cb88c9c9ee027b1ead6a558f669047180576aeca4" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7fdac12d5c34441f4e044e7cb88c9c9ee027b1ead6a558f669047180576aeca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7fdac12d5c34441f4e044e7cb88c9c9ee027b1ead6a558f669047180576aeca4" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking openssl-probe v0.2.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking coolor v1.1.0
[INFO] [stderr]     Checking arc-swap v1.8.0
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking jiff v0.2.18
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking open v5.3.3
[INFO] [stderr]    Compiling crokey-proc_macros v1.3.0
[INFO] [stderr]     Checking sled v0.34.7
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking crokey v1.3.0
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking snafu v0.8.9
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.5.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking lazy-regex v3.5.1
[INFO] [stderr]     Checking termimad v0.30.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking octocrab v0.41.2
[INFO] [stderr]     Checking gh-tui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `IssueGroup`
[INFO] [stdout]  --> src/grouping/mod.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use strategy::{GroupBy, GroupedIssues, IssueGroup};
[INFO] [stdout]   |                                            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IssueGroup`
[INFO] [stdout]  --> src/grouping/mod.rs:3:44
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use strategy::{GroupBy, GroupedIssues, IssueGroup};
[INFO] [stdout]   |                                            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_authenticated` is never used
[INFO] [stdout]   --> src/github/auth.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn is_authenticated() -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse_repo` is never used
[INFO] [stdout]   --> src/github/client.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl GitHubClient {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn parse_repo(repo_str: &str) -> Result<(String, String)> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_str` is never used
[INFO] [stdout]   --> src/grouping/strategy.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl GroupBy {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn as_str(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `group_by` is never read
[INFO] [stdout]   --> src/grouping/strategy.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct GroupedIssues {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 56 |     pub groups: Vec<IssueGroup>,
[INFO] [stdout] 57 |     pub group_by: GroupBy,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GroupedIssues` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total_issues` is never used
[INFO] [stdout]    --> src/grouping/strategy.rs:184:12
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl GroupedIssues {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 184 |     pub fn total_issues(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `clear_comments`, `needs_comments_load`, `is_search_match`, `set_status_message`, and `clear_status_message` are never used
[INFO] [stdout]    --> src/state/app_state.rs:228:12
[INFO] [stdout]     |
[INFO] [stdout]  84 | impl AppState {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 228 |     pub fn clear_comments(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 235 |     pub fn needs_comments_load(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |     pub fn is_search_match(&self, index: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 454 |     pub fn set_status_message(&mut self, msg: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 459 |     pub fn clear_status_message(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_str` is never used
[INFO] [stdout]   --> src/grouping/strategy.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl GroupBy {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn as_str(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `group_by` is never read
[INFO] [stdout]   --> src/grouping/strategy.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct GroupedIssues {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 56 |     pub groups: Vec<IssueGroup>,
[INFO] [stdout] 57 |     pub group_by: GroupBy,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GroupedIssues` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `total_issues` is never used
[INFO] [stdout]    --> src/grouping/strategy.rs:184:12
[INFO] [stdout]     |
[INFO] [stdout]  60 | impl GroupedIssues {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 184 |     pub fn total_issues(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `clear_comments`, `needs_comments_load`, `is_search_match`, `set_status_message`, and `clear_status_message` are never used
[INFO] [stdout]    --> src/state/app_state.rs:228:12
[INFO] [stdout]     |
[INFO] [stdout]  84 | impl AppState {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 228 |     pub fn clear_comments(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 235 |     pub fn needs_comments_load(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 |     pub fn is_search_match(&self, index: usize) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 454 |     pub fn set_status_message(&mut self, msg: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 459 |     pub fn clear_status_message(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.21s
[INFO] running `Command { std: "docker" "inspect" "7fdac12d5c34441f4e044e7cb88c9c9ee027b1ead6a558f669047180576aeca4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7fdac12d5c34441f4e044e7cb88c9c9ee027b1ead6a558f669047180576aeca4", kill_on_drop: false }`
[INFO] [stdout] 7fdac12d5c34441f4e044e7cb88c9c9ee027b1ead6a558f669047180576aeca4
